Html Css Color HEX #6B85CA Wild Blue Yonder

📋 copy color: '#6B85CA'

red 107 ◦ green 133 ◦ blue 202

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

Shades of Wild Blue Yonder #6B85CA

Tints of Wild Blue Yonder #6B85CA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.09%

 BLUE value IS 202 (79.3% from 255) = 45.7%

R = 24.21%
G = 30.09%
B = 45.7%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6B85CA (or 0x6B85CA) is known color: Wild Blue Yonder. HEX triplet: 6B, 85 and CA. RGB value is (107,133,202). Sum of RGB (Red+Green+Blue) = 107+133+202=442 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.21% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #6B85CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B85CA is #947A35. Grayscale: #848484. Windows color (decimal): -9730614 or 13272427. OLE color: 13272427.

HSL color Cylindrical-coordinate representation of color #6B85CA: hue angle of 223.58º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B85CA is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 107 133 202 -
CMYK 0.47 0.34 0 0.21
HSL 223.58º 0.47% 0.61% -
HSV(B) 223.58º 0.47% 0.79% -
XYZ 25.11 24.17 59.22 -
YUV 133.09 166.89 109.39 -
System Red Green Blue C M Y K H S L
Decimal 107 133 202 0.47 0.34 0 0.21 223.58 0.47 0.61
Hex 6B 85 CA 2F 22 0 15 E0 2F 3D
Octal 153 205 312 57 42 0 25 340 57 75
Binary 1101011 10000101 11001010 101111 100010 0 10101 11100000 101111 111101

Color Harmonies of #6B85CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B85CA

Black with #6B85CA

Text Example


Text Example

White with #6B85CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,133,202); }

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

background-color css

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

 a { background-color: rgb(107,133,202); }

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

border-color css

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

 span { border-color: rgb(107,133,202); }

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