Html Css Color HEX #6B9CED Cornflower Blue

📋 copy color: '#6B9CED'

red 107 ◦ green 156 ◦ blue 237

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

Shades of Cornflower Blue #6B9CED

Tints of Cornflower Blue #6B9CED

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.2%

 BLUE value IS 237 (92.97% from 255) = 47.4%

R = 21.4%
G = 31.2%
B = 47.4%

CMYK

 C value IS 0.55

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6B9CED (or 0x6B9CED) is known color: Cornflower Blue. HEX triplet: 6B, 9C and ED. RGB value is (107,156,237). Sum of RGB (Red+Green+Blue) = 107+156+237=500 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.4% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #6B9CED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B9CED is #946312. Grayscale: #969696. Windows color (decimal): -9724691 or 15572075. OLE color: 15572075.

HSL color Cylindrical-coordinate representation of color #6B9CED: hue angle of 217.38º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B9CED is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 156 237 -
CMYK 0.55 0.34 0 0.07
HSL 217.38º 0.78% 0.67% -
HSV(B) 217.38º 0.55% 0.93% -
XYZ 33.24 33.02 84.74 -
YUV 150.58 176.77 96.91 -
System Red Green Blue C M Y K H S L
Decimal 107 156 237 0.55 0.34 0 0.07 217.38 0.78 0.67
Hex 6B 9C ED 37 22 0 7 D9 4E 43
Octal 153 234 355 67 42 0 7 331 116 103
Binary 1101011 10011100 11101101 110111 100010 0 111 11011001 1001110 1000011

Color Harmonies of #6B9CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9CED

Black with #6B9CED

Text Example


Text Example

White with #6B9CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,156,237); }

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

background-color css

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

 a { background-color: rgb(107,156,237); }

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

border-color css

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

 span { border-color: rgb(107,156,237); }

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