Html Css Color HEX #6B83CF Wild Blue Yonder

📋 copy color: '#6B83CF'

red 107 ◦ green 131 ◦ blue 207

#6B83CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #6B83CF

Tints of Wild Blue Yonder #6B83CF

RGB

 RED value IS 107 (42.19% from 255) = 24.04%

 GREEN value IS 131 (51.56% from 255) = 29.44%

 BLUE value IS 207 (81.25% from 255) = 46.52%

R = 24.04%
G = 29.44%
B = 46.52%

CMYK

 C value IS 0.48

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6B83CF (or 0x6B83CF) is known color: Wild Blue Yonder. HEX triplet: 6B, 83 and CF. RGB value is (107,131,207). Sum of RGB (Red+Green+Blue) = 107+131+207=445 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.04% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #6B83CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B83CF is #947C30. Grayscale: #848484. Windows color (decimal): -9731121 or 13599595. OLE color: 13599595.

HSL color Cylindrical-coordinate representation of color #6B83CF: hue angle of 225.6º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B83CF is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 107 131 207 -
CMYK 0.48 0.37 0 0.19
HSL 225.6º 0.51% 0.62% -
HSV(B) 225.6º 0.48% 0.81% -
XYZ 25.44 23.86 62.3 -
YUV 132.49 170.05 109.82 -
System Red Green Blue C M Y K H S L
Decimal 107 131 207 0.48 0.37 0 0.19 225.6 0.51 0.62
Hex 6B 83 CF 30 25 0 13 E2 33 3E
Octal 153 203 317 60 45 0 23 342 63 76
Binary 1101011 10000011 11001111 110000 100101 0 10011 11100010 110011 111110

Color Harmonies of #6B83CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B83CF

Black with #6B83CF

Text Example


Text Example

White with #6B83CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B83CF; }

 p { color: rgb(107,131,207); }

 H1.HeaderClassName
 {
   color: #6B83CF;
 }
 .AnyTagClassName
 {
   color: #6B83CF;
 }
</style>

background-color css

<style>
 a { background-color: #6B83CF; }

 a { background-color: rgb(107,131,207); }

 div.DivClassName
 {
   background-color: #6B83CF;
 }
 .BgClassName
 {
   background-color: #6B83CF;
 }
</style>

border-color css

<style>
 span { border-color: #6B83CF; }

 span { border-color: rgb(107,131,207); }

 td.TdClassName
 {
   border-color: #6B83CF;
 }
 .TagClassName
 {
   border-color: #6B83CF;
 }
</style>