Html Css Color HEX #6B8CEF Cornflower Blue

📋 copy color: '#6B8CEF'

red 107 ◦ green 140 ◦ blue 239

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

Shades of Cornflower Blue #6B8CEF

Tints of Cornflower Blue #6B8CEF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.81%

 BLUE value IS 239 (93.75% from 255) = 49.18%

R = 22.02%
G = 28.81%
B = 49.18%

CMYK

 C value IS 0.55

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6B8CEF (or 0x6B8CEF) is known color: Cornflower Blue. HEX triplet: 6B, 8C and EF. RGB value is (107,140,239). Sum of RGB (Red+Green+Blue) = 107+140+239=486 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.02% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #6B8CEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B8CEF is #947310. Grayscale: #8C8C8C. Windows color (decimal): -9728785 or 15699051. OLE color: 15699051.

HSL color Cylindrical-coordinate representation of color #6B8CEF: hue angle of 225º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B8CEF is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 107 140 239 -
CMYK 0.55 0.41 0 0.06
HSL 225º 0.8% 0.68% -
HSV(B) 225º 0.55% 0.94% -
XYZ 31.02 28.11 85.45 -
YUV 141.42 183.07 103.45 -
System Red Green Blue C M Y K H S L
Decimal 107 140 239 0.55 0.41 0 0.06 225 0.8 0.68
Hex 6B 8C EF 37 29 0 6 E1 50 44
Octal 153 214 357 67 51 0 6 341 120 104
Binary 1101011 10001100 11101111 110111 101001 0 110 11100001 1010000 1000100

Color Harmonies of #6B8CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8CEF

Black with #6B8CEF

Text Example


Text Example

White with #6B8CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,140,239); }

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

background-color css

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

 a { background-color: rgb(107,140,239); }

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

border-color css

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

 span { border-color: rgb(107,140,239); }

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